home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Arcade Classics
/
Arcade Classics.iso
/
data
/
Platform
/
lrl
/
lrl.bat
< prev
next >
Wrap
DOS Batch File
|
2002-05-28
|
285b
|
22 lines
@echo off
cls
md c:\gm_tmp > NUL:
cls
copy \data\deltree.exe c:\deltree.exe > NUL:
\data\moment.exe
\data\unace32 x -y lrl.ace c:\gm_tmp\ > NUL:
cls
c:
cd \gm_tmp
lrl.exe
c:
cd \
deltree /Y c:\gm_tmp > NUL:
del deltree.exe > NUL:
goto einde
:einde
@echo off
cls